'Declaration Public Overloads Sub Insert( _
ByVal indexThe zero-based index at which page should be inserted.As System.Int32, _
ByVal imageThe image to insert to the collection.As Vintasoft.Imaging.VintasoftImage, _
ByVal progressDelegateProgress delegate.As System.EventHandler(Of ProgressEventArgs) _
)
public void Insert(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage image,
System.EventHandler<ProgressEventArgs> progressDelegate
)
public: void Insert(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage* image,
System.EventHandler<ProgressEventArgs*>* progressDelegate
)
public:
void Insert(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage^ image,
System.EventHandler<ProgressEventArgs^>^ progressDelegate
)
Parameters
- index
- The zero-based index at which page should be inserted.
- image
- The image to insert to the collection.
- progressDelegate
- Progress delegate.